home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk32 / nobord / read.me! < prev    next >
Text File  |  1995-03-18  |  3KB  |  69 lines

  1. NoBorderII                                                      08-Sep-88
  2.  
  3. © Copyright 1988 Tony Solomon (C&P Software)
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5.  
  6. Are you tired of looking at those intuition window borders?  Well if
  7. you are NoBorderII is what you're looking for.
  8.  
  9. NoBorderII will provide:
  10.  
  11.     °  A true 80 X 24 display area
  12.  
  13.     °  A clean borderless display
  14.  
  15.     °  Access to all normal window functions (Drag, Depth, & Size)
  16.  
  17.     °  Uses less than 1000 bytes of PURE re-entrant code
  18.  
  19. When first installed, NoBorderII blanks the whole screen, the drag, depth,
  20. and sizing gadgets are still available (just hidden).  If you move or resize
  21. the window the sizing and depth gadgets will become visible.  If this annoys
  22. you just call NoBorderII again!  NoBorderII affects only the active window at
  23. runtime.  If you want another window (ala PopCLI, DMouse etc.) to be border-
  24. less call NoBorderII again.
  25.  
  26. There is no need to 'RUN' or 'RUNBACK' NoBorderII, the program will enter, 
  27. do it's magic, and exit all by itself.
  28.  
  29. If you put NoBorderII in your startup-sequence and the program does'nt seem
  30. to perform correctly, try moving the command to a new place in the startup-
  31. sequence (I can't guess all the combinations of programs that will be run 
  32. with NoBorderII).  Please report all bugs back to me and I'll try to fix 
  33. them moshe-scoshe!       Tony     PLink ID:  Tony*S
  34.  
  35.  
  36.  
  37. Note to 1.3 users:
  38.  
  39.            This code is re-entrant and re-executable and handles being
  40.            'RESIDENT' nicely!  Just rename NoBorderII to 'CLS' (or the
  41.        like) and make it resident!
  42.  
  43.  
  44. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. Addendum 18 September 1988:
  46.  
  47.  
  48. I got some feedback from some folks who use a lot of title bar utilities
  49. that the top few pixels of a line gets chopped off when the window becomes
  50. inactive/active.  This was a drawback of 24 lines vice 22 of a "normal"
  51. display (I can do 25 lines if I write on the title bar!).  Well this
  52. version gives 23 lines instead of 24 and brings the display down 2 pixels
  53. so the text doesn't get chopped off.
  54.                     Thanks for all the feedback!   Tony
  55.  
  56.  
  57. PS.  I've decided to cover all angles and include three versions of 
  58.      NoBorderII in this archive:
  59.  
  60.         NoBorderIIa =  80 column X 23 line display
  61.  
  62.         NoBorderIIb =  80 column X 24 line display
  63.  
  64.         NoBorderIIc =  80 column X 25 line display
  65.  
  66.      Now you can choose which version best suits your needs.  I chose
  67.      to include three versions instead of one 'do all' because I want
  68.      to keep the program size down (resident considerations).
  69.